home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
PInterfaces
/
PCIBridgePlugin.p
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
60 lines
{
File: PCIBridgePlugin.p
Contains: This file contains all interface related structures and prototypes for pci expert to
Version: Technology: Copland
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
}
{$IFC UNDEFINED UsingIncludes}
{$SETC UsingIncludes := 0}
{$ENDC}
{$IFC NOT UsingIncludes}
UNIT PCIBridgePlugin;
INTERFACE
{$ENDC}
{$IFC UNDEFINED __PCIBRIDGEPLUGIN__}
{$SETC __PCIBRIDGEPLUGIN__ := 1}
{$I+}
{$SETC PCIBridgePluginIncludes := UsingIncludes}
{$SETC UsingIncludes := 1}
{$IFC UNDEFINED __PCICOMMONPLUGIN__}
{$I PCICommonPlugin.p}
{$ENDC}
{$PUSH}
{$ALIGN MAC68K}
{$LibExport+}
{$IFC FOR_SYSTEM8_PREEMPTIVE }
{ Prototypes for the bridge plugin }
FUNCTION PCIBridgePluginInitialize: OSStatus; C;
PROCEDURE DefaultBridgeEnabler(setIDMember: InterruptSetMember; refCon: UNIV Ptr); C;
FUNCTION DefaultBridgeDisabler(setIDMember: InterruptSetMember; refCon: UNIV Ptr): ByteParameter; C;
FUNCTION DefaultBridgeDispatcher(setIDMember: InterruptSetMember; info: UNIV Ptr; theIntCount: UInt32): InterruptMemberNumber; C;
FUNCTION PCIBridgePluginFinalize: OSStatus; C;
{$ENDC}
{$ALIGN RESET}
{$POP}
{$SETC UsingIncludes := PCIBridgePluginIncludes}
{$ENDC} {__PCIBRIDGEPLUGIN__}
{$IFC NOT UsingIncludes}
END.
{$ENDC}